Open Command Prompt or PowerShell in this folder, then run:
On macOS, use python3 instead of python if python is not available.

Install dependencies:
python install.py

Start the capture proxy:
python start_proxy.py

Run a solver:
python blackjack21.py
python blockparty.py
python solitaire.py
python wordlink.py

Check for client updates:
python update.py

Recommended Python installer:
https://www.python.org/ftp/python/3.12.10/python-3.12.10-amd64.exe

macOS examples:
python3 install.py
python3 start_proxy.py
python3 wordlink.py
python3 update.py
